Newer
Older
LaserMethane / Pods / Target Support Files / SwiftyJSON / SwiftyJSON.modulemap
Pengxh on 28 Jul 2021 110 bytes first commit
framework module SwiftyJSON {
  umbrella header "SwiftyJSON-umbrella.h"

  export *
  module * { export * }
}